home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMCONFIRMTASKREPLACE / TFRMCONFIRMTASKREPLACE.txt
Encoding:
Text File  |  2003-01-14  |  1.9 KB  |  114 lines

  1. object frmConfirmTaskReplace: TfrmConfirmTaskReplace
  2.   Left = 474
  3.   Top = 321
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 85
  6.   ClientWidth = 479
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblCaption: TLabel
  18.     Left = 12
  19.     Top = 8
  20.     Width = 461
  21.     Height = 37
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object comCancel: TButton
  27.     Left = 392
  28.     Top = 56
  29.     Width = 83
  30.     Height = 25
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 0
  34.   end
  35.   object comNo: TButton
  36.     Left = 300
  37.     Top = 56
  38.     Width = 83
  39.     Height = 25
  40.     Caption = 'No'
  41.     ModalResult = 7
  42.     TabOrder = 1
  43.   end
  44.   object comYes: TButton
  45.     Left = 208
  46.     Top = 57
  47.     Width = 83
  48.     Height = 25
  49.     Caption = 'Yes'
  50.     ModalResult = 6
  51.     TabOrder = 2
  52.   end
  53.   object comNoToAll: TButton
  54.     Left = 300
  55.     Top = 56
  56.     Width = 83
  57.     Height = 25
  58.     Caption = 'No To All'
  59.     ModalResult = 9
  60.     TabOrder = 3
  61.   end
  62.   object comNo2: TButton
  63.     Left = 208
  64.     Top = 57
  65.     Width = 83
  66.     Height = 25
  67.     Caption = 'No'
  68.     ModalResult = 7
  69.     TabOrder = 4
  70.   end
  71.   object comYes2: TButton
  72.     Left = 32
  73.     Top = 57
  74.     Width = 83
  75.     Height = 25
  76.     Caption = 'Yes'
  77.     ModalResult = 6
  78.     TabOrder = 5
  79.   end
  80.   object comYesToAll: TButton
  81.     Left = 120
  82.     Top = 57
  83.     Width = 83
  84.     Height = 25
  85.     Caption = 'Yes To All'
  86.     ModalResult = 10
  87.     TabOrder = 6
  88.   end
  89.   object IvTranslator1: TIvTranslator
  90.     DictionaryName = 'dcoAMTA'
  91.     Left = 12
  92.     Top = 277
  93.     TargetsData = (
  94.       1
  95.       4
  96.       (
  97.         '*'
  98.         'Hint'
  99.         0)
  100.       (
  101.         '*'
  102.         'Caption'
  103.         0)
  104.       (
  105.         '*'
  106.         'Items'
  107.         0)
  108.       (
  109.         'TMemo'
  110.         'Text'
  111.         0))
  112.   end
  113. end
  114.